home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 April
/
macformat-049.iso
/
mac
/
Shareware Plus
/
Developers
/
dropg++
/
usr
/
src
/
examples
/
hello.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-10-29
|
120 b
|
10 lines
|
[
TEXT/R*ch
]
#include <stdlib.h>
#include <stdio.h>
main()
{
double x = 355;
double y = 113;
printf("Hello, world %8.6g\n", x/y);
}